Skip to content

feat(vscode): update snippets to match latest signals.dart version#429

Draft
google-labs-jules[bot] wants to merge 2 commits intomainfrom
feat/update-vscode-extension-snippets
Draft

feat(vscode): update snippets to match latest signals.dart version#429
google-labs-jules[bot] wants to merge 2 commits intomainfrom
feat/update-vscode-extension-snippets

Conversation

@google-labs-jules
Copy link
Contributor

This change updates the VS Code extension to match the latest version of the signals.dart package. It adds new snippets for persistedSignal, the $ extension, trackedSignal, and lazySignal, and removes the deprecated ValueSignal snippet. It also updates existing snippets to reflect the latest changes in the package. This will improve developer productivity by providing up-to-date code snippets for the latest features in the signals.dart package.

Fixes #387


PR created automatically by Jules for task 10410728845207246398 started by @rodydavis

This change updates the VS Code extension to match the latest version of the signals.dart package.

- Adds new snippets for `persistedSignal`, the `$` extension, `trackedSignal`, and `lazySignal`.
- Removes the deprecated `ValueSignal` snippet.
- Updates existing snippets to reflect the latest changes in the package.
- Corrects the `.gitignore` file to ignore `.vsix` files.
- Removes a previously committed `.vsix` file.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.28%. Comparing base (14c0fa9) to head (e0ef856).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #429      +/-   ##
==========================================
- Coverage   64.42%   64.28%   -0.15%     
==========================================
  Files          87       88       +1     
  Lines        2145     2167      +22     
==========================================
+ Hits         1382     1393      +11     
- Misses        763      774      +11     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rodydavis
Copy link
Owner

@jules add all the signals from signals_core, signals_hooks, signals_flutter

Docs: https://dartsignals.dev/llms.txt

@google-labs-jules
Copy link
Contributor Author

@jules add all the signals from signals_core, signals_hooks, signals_flutter

Docs: https://dartsignals.dev/llms.txt

I have updated the snippets to include all the signals from signals_core, signals_hooks, and signals_flutter as you requested.

This change updates the VS Code extension to match the latest version of the signals.dart package.

- Adds new snippets for `persistedSignal`, the `$` extension, `trackedSignal`, and `lazySignal`.
- Removes the deprecated `ValueSignal` snippet.
- Updates existing snippets to reflect the latest changes in the package.
- Corrects the `.gitignore` file to ignore `.vsix` files.
- Removes a previously committed `.vsix` file.
- Adds snippets for all signals from `signals_core`, `signals_hooks`, and `signals_flutter`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VS-Code Extension update

1 participant